home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw304.zip / NOSGAS.ZIP / PUBLIC / NOSVIEW / BOOTP < prev    next >
Text File  |  1992-12-31  |  3KB  |  74 lines

  1. =====                                               NOSview [301]
  2. bootp
  3. =====
  4.  
  5. This is a bootp server / client, included in NOS.
  6.  
  7. _________________________________________________________________
  8. bootp start
  9. _________________________________________________________________
  10. Starts the bootp server.
  11.  
  12.  
  13. _________________________________________________________________
  14. bootp stop
  15. _________________________________________________________________
  16. Stops the bootp server.
  17.  
  18.  
  19. _________________________________________________________________
  20. bootp dns [<ip_address.]
  21. _________________________________________________________________
  22. Display or set the list of domain name servers for bootp.
  23.  
  24.  
  25. _________________________________________________________________
  26. bootp dyip [<iface> | <iface> <ipaddr1> <ipaddr2> | <iface> off]
  27. _________________________________________________________________
  28. Display or set the interface address range.  The range is between
  29. ipaddr1 and ipaddr2, both in dot notation.
  30.  
  31.  
  32. _________________________________________________________________
  33. bootp host [<hostaddr> <hardware_type> <hardware_addr> <ip_addr>
  34.                                                  [<boot_ file>]]
  35. _________________________________________________________________
  36. Display or activate a bootp process.
  37.  
  38. Hardware_type is netrom, ether, macappletalk or ax25.
  39. Hardware_addr is the interface name.
  40. Ip_ addr must be in dot notation.
  41.  
  42.  
  43. _________________________________________________________________
  44. bootp rmhost <ip_addr>
  45. _________________________________________________________________
  46. Delete <ip_addr> from the host table.
  47.  
  48.  
  49. _________________________________________________________________
  50. bootp homedir [<directory> | default]
  51. _________________________________________________________________
  52. Display or set the directory where the bootp files reside.  The
  53. default directory is 'bpfiles'.
  54.  
  55.  
  56. _________________________________________________________________
  57. bootp defaultfile [<bootfile> | default]
  58. _________________________________________________________________
  59. Display or set the file name of the bootp file.  The default is
  60. 'boot'.
  61.  
  62.  
  63. _________________________________________________________________
  64. bootp logfile [<filename> | default] [on | off]
  65. _________________________________________________________________
  66. Starts or stops the logging of bootp requests to <filename> or
  67. the default file name 'bootplog'.
  68.  
  69.  
  70. _________________________________________________________________
  71. bootp logscreen [on | off]
  72. _________________________________________________________________
  73. Enables or disables the logging of bootp to the screen.
  74.